Namespace - LJCNetCommon
Parameters
other - The compare-to object.
Returns
The integer that indicates the order relationship of the objects.
Syntax
C# |
public Int32 CompareTo(DbValue other)
|
Provides the default Sort functionality.
Remarks
A negative integer - This instance precedes the compare-to object.
Zero - This instance and the compare-to object have the same position.
A postive integer - This instance follows the compare-to object.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.